home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / mac / PageMaker 6.5 SDK Mac / SourceCode / PageMakerClassLibrary / Queries / PGetTextRun.h < prev    next >
C/C++ Source or Header  |  1996-07-12  |  577b  |  33 lines

  1. /*
  2.  *--- PGetTextRun.h -------------------------------------------------------
  3.  * Copyright (c) 1995-96 Adobe Systems Incorporated.  All rights reserved.
  4.  * Created on Sun, Oct 22, 1995 @ 4:49 PM by Paul Ferguson.
  5.  *
  6.  * Description:
  7.  *-------------------------------------------------------------------------
  8.  */
  9. #ifndef __PGetTextRun__
  10. #define __PGetTextRun__
  11.  
  12.  
  13. class PGetTextRun
  14. {
  15.  
  16. public:
  17.  
  18.     PGetTextRun(long nRunStyle);
  19.     
  20.     long    nStoryID;
  21.     long    nBegin;
  22.     long    nEnd;
  23.     long    nReason;
  24.  
  25. private:
  26.  
  27.     PGetTextRun();
  28. };
  29.  
  30. #endif
  31.  
  32. // en::PGetTextRun(lo.h
  33.